Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix commit_comment webhook event parsing #453

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

gagbo
Copy link
Contributor

@gagbo gagbo commented Sep 1, 2023

The list of reactions in commit_comment events was badly represented.
The correct type has directly been added in the models::commits::Comment
struct, so everything has the better typing out of the box.

This also enforces strong typing with the author_association field.

The list of reactions in commit_comment events was badly represented.
The correct type has directly been added in the models::commits::Comment
struct, so everything has the better typing out of the box.

This also enforces strong typing with the author_association field.

Fixes XAMPPRocky#452
@gagbo gagbo force-pushed the fix_commit_comment_webhook branch from f9cb3dd to ddd5e37 Compare September 1, 2023 12:55
@gagbo
Copy link
Contributor Author

gagbo commented Sep 1, 2023

Fixes #452

@XAMPPRocky
Copy link
Owner

Thank you for your PR!

@XAMPPRocky XAMPPRocky merged commit d4a7562 into XAMPPRocky:main Sep 1, 2023
@github-actions github-actions bot mentioned this pull request Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants